.index_banner_item img{
	width: 100%;
}

.section{
	background-size: 350px;
	background-color: #f6f9fc;
	background-image: url(/Public/static/img/bg.png);
	padding-bottom: 50px;
}

.index_w{
	width: 84%;
	margin:0 auto;
	max-width: 1600px;
}

.information_title{
	position: relative;
	z-index: 10;
	padding: 0 80px;
	margin-top: -80px;
	line-height: 80px;background-size: cover;
	background-image: url(/Public/static/img/bg2.png);
	background-color: #df292e;
	border-radius:10px 10px 0 0;
}

.index_information_top{
	margin: auto 0%;
}
.information_title h6{
	font-size: 27px;
	font-weight: bold;
	color: #fad1a5;
}
.index_information_top .item{
	padding:60px 5%;
	box-sizing: border-box;
}

.index_information_wrap{
	padding-bottom: 6%;
	padding-top: 0;
	background-color: #fff;
}
.information_title ul i:last-of-type{
	display: none;
}
.information_title ul i{
	font-size: 16px;
	color: #fff;
	margin:  0 24px;
}

.information_title ul li{
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
}

.index_information_top{
	position: relative;
}

.information_title ul li a{
	color: #fff;
}
.information_title ul li a.on{
	color: #fad1a5;
}

.index_information_top .time{
	font-size:14px;
	color: #df292e;
}
.index_information_list .index_information_top:first-of-type{
	display: flex;
}

.index_information_list .index_information_top{
	display: none;
}
.information_title ul li.on{
	color: #fad1a5;
}
.index_information_top .item{
	width: 33.33333%;
}

.index_information_top .in_title{
	color: #333333;
	margin-top: 14px;
	line-height: 1.5;
	min-height: 3em;
	font-size: 18px;
}
.index_information_top .icon-clock{
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background:url(/Public/static/img/clock.png);
}
.index_information_top .item .img{
	margin-top: 24px;
	position: relative;
	padding-top: 50%;
	overflow: hidden;
}

.index_information_top .item .img img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}

.index_information_top .item{
	transition:  all .3s;
	padding-bottom: 60px;
}



@media screen and (min-width: 768px){

	.index_information_top .item:hover{
		box-shadow: 0 6px 15px rgb(98 98 98 / 10%)
	}
	.index_information_top .item:hover h6 {
		color: #df292e
	}
}

.index_information_top .box-{
	width: 66.66%;
	display: flex;
	flex-wrap: wrap;
}

.index_information_top .box- .item{
	width: 50%;
	padding:60px 7.5%;
	display: block;
	padding-bottom: 60px;

}

.index_information_top:after,
.index_information_top:before{
	content: "";
	height: 74%;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	position: absolute;
	border-right:2px dashed #fad1a5;

}
.index_information_top:after{
	right: 33.33%;

}

.index_information_top:before{
	left: 33.33%;

}

.index_information_top .img{
	width: 100%;
	position: relative;
}
.index_information_top img{
	width: 100%;

}


.index_advantage_wrap{
	margin-top: 80px;
	padding-bottom: 7%;
	background-image: url(/Public/static/img/player.jpg)
}

.comment-title{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.comment-title h6{
	font-size: 30px;
	font-weight: bold;
	margin:  0 40px;
	color: #333;
	white-space: nowrap;
}

.comment-title span{
	width: 130px;
	margin: 0 20px;
	display: inline-block;
	height: 1px;
	background-image: linear-gradient(to right,rgba(223,25,50,.1),#df2d32);
}

.comment-title span:last-of-type{
	background-image: linear-gradient(to left,rgba(223,25,50,.1),#df2d32);
}

.index_advantage_top{
	display: flex;
	margin-top: 5%;
	justify-content: space-around;
}

.index_advantage_top .item{
	text-align: center;
}

.index_advantage_top .item .num{
	font-size: 48px;
	line-height: .8;
	white-space: nowrap;


}
.index_advantage_top .item em{
	font-size: 14px;
	font-style: normal;
	position: absolute;
	vertical-align: top;
}
.index_advantage_top .item .num strong{
	color: #df292e;
	display: inline-block;

	vertical-align: top;
	font-family: cursive
}


.index_advantage_top .item h5{
	font-size: 16px;
	margin-top: 10px;
}

.index_advantage_bottom{
	padding: 20px;
	width: 1400px;
	height: 298px;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 10px;
	align-items: center;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);
}


.index_advantage_bottom .item.on .img .cir{
	border-radius: 50%;
	border: 1px solid #fad1a5;
}

.index_advantage_bottom .item .img .cir{
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
}

.index_advantage_bottom .bg img{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.index_advantage_bottom .bg{
	padding-top: 19%;
	position: relative;
	overflow: hidden;
}
.advantage_c{
	width: 100%;
	height: 100%;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	justify-content: space-around;
	z-index: 1;
	display: flex;
	align-items: center;
}


.index_advantage_bottom .item{
	width: 20%;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transition: transform .9s;
	height: 104%;
	padding-top: 78px;
	background-size: 0px;
}


.index_advantage_bottom .item.on .img .cir img{
	width:80%;
}

.index_advantage_bottom .item h5{
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
}
.index_advantage_bottom .item .line{
	text-align: center;
	margin-top: 50px;
}
.index_advantage_bottom .item .line span{
	width: 32px;
	height: 2px;
	display: inline-block;
	background-color: #df292e;
}

.index_advantage_bottom .item .t{
	font-size: 12px;
	line-height: 1.9;
	display: none;
}

.index_advantage_bottom .item .border{
	padding: 0 11%;
}

.index_advantage_bottom .item.on{
	padding-top: 44px;
	position: relative;
	transform: scale(1.25);
	background-size: cover;
	background-image: url(/Public/static/img/bgr_03.png);
	border-radius: 12px ;
	box-shadow: 0 2px 27px rgb(26 0 0 / 21%);
}

.index_advantage_bottom .item.on .line{
	display:none;

}

.index_advantage_bottom .item.on h5{
	color: #ffebb6;
}

.index_advantage_bottom .item.on .t{
	transition: all .3s;
	color: #fff;
	opacity: .8;
	margin-top: 20px;
	display: block;
}

.index_advantage_bottom .item .t a{
	font-size: 14px;
	margin-top: 30px;
	color: #fff;
	display: block;
	text-align: center;
}

.index_product{
	padding:0 6%;
	padding-top: 6%;
	background-position: 10% 54%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(/Public/static/img/16_02.jpg);
}

.ani_tit{
	position: absolute;
	left: 0;
	width: 50%;
}
.ani_tit img{
	width: 100%;
}

.product_title{
	position: relative;
}

.product_title ul li:hover .t i{
	color:#fad1a5;
}

.product_title ul li:first-child{
	box-sizing: border-box;
	border-right:1px solid #fad1a5;
}

.product_title ul li:first-child>img{
	border-radius: 10px 0 0 10px;
}

.product_title ul li:last-child>img{
	border-radius:  0 10px 10px 0;
}



.product_title ul li .t i{
	color:#df292e;
	font-size: 20px;
}


.product_title ul li .t{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.product_title h6{
	font-size: 22px;
	transition: all .3s;
	font-weight: bold;
	margin: 0 40px;
	display: inline-block;
}
.product_title .img{
	display: inline-block;
}

.product_title ul li:hover  img{
	opacity: 1;
}
.product_title ul li > img{
	opacity: 0;
	transition: all .3s;
	width: 100%;
}
.product_title{
	border:1px solid #fad1a5;
	border-radius: 10px;
	overflow: hidden;
}
.product_title ul li{
	width: 50%;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.product_title ul li:hover{
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
}


.index_product_wrap{
	padding-top: 6%;

}

.index_product_list {
	display: flex;
	margin-top: 80px;
}

.index_product_list .item .t{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top:7% ;
	z-index: 2;
}

embed{
	position: relative;
	z-index: 1;
}


.index_product_list .item:hover h6{
	color:#ea433f;
}
.index_product_list .item:hover:before{
	background-color: #fff;
	box-shadow: 0 6px 15px rgb(98 98 98 / 10%);
}

.index_product_list .item:before{
	position: absolute;
	transition: all .3s;
	content: "";
	left: 50%;
	top: 50%;
	border-radius: 12px;

	transform: translate(-50%,-50%);
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	z-index: 0;

}
.index_product_list .item {
	width: 22%;
	text-align: center;
	margin-right: 4%;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.index_product_list .item:nth-child(4n){
	margin-right: 0;
}

.index_product_list .img img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: all .3s;
}

.index_product_list .img:hover img{

	transform: scale(1.1);
}

.index_product_list .img{
	padding-top: 88%;
	width: 85%;
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.index_product_list h6{
	font-size:16px;
	font-weight: 600;
	margin-top: 7%;
	text-align: center;
}

.index_video_wrap{
	border-radius: 12px;
	overflow: hidden;
}
.index_video_wrap > div{
	width: 50%;
}

.index_video_wrap > div.content{

}


.index_video_wrap{
	margin-top: 10%;
	justify-content:flex-end;
	position: relative;
}
.index_video_wrap > div.video{
	right: 50%;
	transform: translateX(1px);
	width: 51%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
}
.index_video_wrap .content img{
	width: 100%;
}

.index_video_wrap .content {
	position: relative;
}

.index_video_wrap .content .t{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 0 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;

}

.index_video_wrap .content .t h6{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

.index_video_wrap .content .des_title{
	display: flex;
	align-items: center;

}


.index_video_wrap .content .des_title .line{
	flex: 1;
	height: 1px;
	margin: 0 20px;
	background-color: #fad1a5;
}
.index_video_wrap .content .des_title .text{
	font-size:18px;
	color: #fad1a5;
}
.index_video_wrap .content .des_title .num{
	font-size: 46px;
	font-weight: bold;
	color: #fad1a5;
	font-family: cursive;
}

.index_video_wrap .content .t_des{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	min-height:
}

.index_video_wrap .content .des_title{
	margin:  3% 0;
}

.index_video_wrap .video video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.index_video_wrap .view_more{
	margin-top: 6%;
}

.index_video_wrap .view_more img{
	width: 158px;
}
.index-swiper-container{
	--swiper-theme-color: #ea433f;
}

.index-swiper-container .swiper-pagination-bullet-active{
	background-color: #ea433f;opacity: 1;
}
.swiper-pagination-bullet{
	background-color: #fff;
	opacity: .4;
	width: 11px;
	height: 11px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{

	left: inherit;
	top: 50%;
	height: 100%;
	width: 50px;
	display: flex;
	justify-content: center;
	line-height: 1;
	left: 3%;
	transform: translateY(-50%);
	flex-direction: column;
}


.swiper-pagination{
	color: #fff;
	line-height: 1;
}
.index-swiper-container .swiper-pagination span{
	font-size: 40px;
	display: block;
	line-height:3;
	margin-bottom: 10px !important;
}

.index-swiper-container{
	--swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
}

.index-swiper-container .swiper-button-next{
	transform:translateY(40px) rotate(90deg);
	right: 20px;
}

.index-swiper-container .swiper-button-prev{
	transform:translateY(-40px) rotate(90deg);
	right: 20px;
	left: inherit;
}

.index-swiper-container .line{
	height: 1px;
	right: 0;
	display: inline-block;
	position: absolute;
	background-color: #fff;
	width: 60px;
	top: 50%;
	z-index: 1;
}

@media screen and (min-width:1200px) and (max-width:1440px) {
	.index_advantage_bottom{
		width: 1050px;
		height: 224px;
	}
	.index_advantage_bottom .item h5{
		font-size: 15px;
		margin-top: 13px;
	}
	.index_advantage_bottom .item.on{
		padding-top: 32px;
	}
	.index_advantage_bottom .item{
		padding-top: 50px;
	}
	.index_advantage_bottom .item .line{
		margin-top: 36px;
	}
	.index_advantage_bottom .item .t{
		font-size: 12px;
	}
	.index_advantage_bottom .item .img .cir{
		width: 38px;
		height: 38px;
		line-height: 38px;

	}

}


@media screen and (max-width: 768px){
	.index_w{
		width: 94%;
	}
	.information_title {
		padding: 0 4%;
		line-height: 0.8rem;
		margin-top: -0.8rem;
	}
	.information_title h6{
		font-size: 0.27rem;
	}
	.information_title ul li{
		font-size: 0.16rem;
	}
	.information_title ul i{
		margin:0 0.16rem;
		font-size: 0.16rem;
	}
	.comment-title img{
		width: 15px;
	}
	.comment-title span{
		width: 60px;
	}
	.comment-title h6{
		margin:  0 0.4rem;
		font-size: 0.32rem;
	}
	.index_information_top .item{
		width: 100%;
	}
	.index_information_top:after, .index_information_top:before{
		display: none;
	}
	.index_information_top .box-{
		width: 100%;
	}
	.index_information_top .item{
		padding-bottom: 2%;
		padding-top:4%;
	}
	.index_information_top .box- .item{
		padding:2% 5%;
		width: 100%;
	}

	.index_advantage_wrap{
		margin-top: 4%;
	}
	.index_advantage_top .item .num{
		font-size: 0.48rem;
	}
	.index_advantage_top .item .num strong{
		font-family: "";
	}
	.index_advantage_top .item em{
		font-size: 0.14rem;
	}
	.index_advantage_top .item h5{
		font-size: 0.16rem;
	}

	.index_advantage_bottom .item .border{
		display: flex;
	}
	.index_advantage_bottom .item .img{
		margin-top:10px;
	}
	.index_advantage_bottom .item .content{
		width: calc(100% - 40px);
		text-align: left;
		padding-left: 10px;
	}

	.index_advantage_bottom .item{
		width: 100%;
	}
	.index_advantage_bottom .bg{
		display: none;
	}
	.index_video_wrap > div.video{
		position: static;
		width: 100%;
		height: auto;
		transform: translateX(0px);
	}
	.index_video_wrap > div{
		width: 100%;
	}
	.index_video_wrap .content .t h6{
		font-size: 0.28rem;
	}
	.index_video_wrap .content .t{
		padding: 0 0.4rem;
	}
	.index_video_wrap .content .des_title .num{
		font-size: 0.46rem;
		font-family: "";
	}
	.index_video_wrap .content .t_des{
		font-size: 0.24rem;
	}
	.index_video_wrap .view_more img{
		width: 1.5rem;
	}

	.index_product_list{
		margin-top: 0.4rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.index_product{
		padding: 0 4%;
	}
	.product_title .img{
		width: 24px;
	}
	.product_title h6{
		font-size: 0.24rem;
		margin:0 0.4rem;
	}
	.index_video_wrap .content .des_title .text{
		font-size: 0.24rem;
	}
	.index_product_list .item{
		width: 48%;
		margin-bottom: 2%;
		margin-right: 0;
	}
	.product_title ul li .t i{
		display: none;
	}

	.index_advantage_bottom .item.on{
		transform: scale(1);
	}

	.index_advantage_bottom{
		padding: 0 ;
		height: auto;
		width: 100%;
		background-color: transparent;
		box-shadow: none;
	}
	.advantage_c{
		position: static;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.index_advantage_bottom .item.on{
		background-image: none;
		padding-top: 4%;
		box-shadow:none;
	}
	.index_advantage_bottom .item .border{
		padding: 3%;
	}
	.index_advantage_bottom .item.on .t{
		margin-top: 0;
		color: #333;
	}
	.index_advantage_bottom .item .t{
		margin-top: 0.2rem;
		font-size: 0.24rem;
	}
	.index_advantage_bottom .item .line{
		display: none;
	}
	.index_advantage_bottom .item .t{
		display: block;
	}
	.index_advantage_bottom .item{
		padding-top: 4%;
	}
	.index_advantage_bottom .item h5{
		font-size: 0.26rem;
		margin: 0 ;
		font-weight: bold;
		line-height: 2;
	}
	.index_product_list h6{
		font-size: 0.2rem;
	}
	.index_advantage_bottom .item .img .cir{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.index_advantage_bottom .item.on .cir img:last-of-type{
		display: none;
	}
	.index_advantage_bottom .item.on .cir img:first-of-type{
		display: block;
	}
	.index_advantage_bottom .item.on .img .cir{
		border:none;
	}
	.index_advantage_bottom .item.on .img .cir img{
		width: 100%;
	}
	.index_information_top .in_title{
		font-size: 0.24rem;
		margin-top: 10px;
		min-height: auto;
	}
	.index_information_top .time{
		font-size: 0.20rem;
	}
	.index_information_top .icon-clock{
		width: 10px;
		height: 10px;
		margin-right: 4px;
		background-size: cover;
	}
	.index_information_top .item .img{
		margin-top: 0.24rem;
	}
	.swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	.index_advantage_bottom .item.on h5{
		color: #333;
	}


}<!--0.00013399124145508-->